home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------------- */
- /* Copyright (C) 1991 by Natürlich! */
- /* This file is copyrighted! */
- /* Refer to the documentation for details. */
- /* ---------------------------------------------------------------------- */
- /* In the faint hope that it will help searching speed, labels will */
- /* be alphabetisized (also I do have already code for that...) */
- /* ---------------------------------------------------------------------- */
- #include <stdio.h>
- #include "defines.h"
- #include "nasm.h"
- #include "debug.h"
- #include "labels.h"
- #define KEINE_CODE_INNEREIEN
- #include "code.h"
- #include "fix.h"
- #include "exprfast.h"
- #include "op.h"
-
- #if ! DORECLAIM
- # define expr_tryfree( x)
- #endif
-
- extern label huge *h_local[SEP], huge *t_local[SEP], huge *l_local,
- huge *h_global[SEP], huge *t_global[SEP], huge *l_global,
- huge *h_macro[SEP], huge *t_macro[SEP], huge *l_macro;
-